home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / smtpmain.dfm / smtpmain.txt
Encoding:
Text File  |  1999-07-30  |  1.5 KB  |  90 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 24
  16.     Width = 64
  17.     Height = 13
  18.     Caption = 'SMTP Server'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 16
  22.     Top = 56
  23.     Width = 74
  24.     Height = 13
  25.     Caption = 'Email of Sender'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 16
  29.     Top = 88
  30.     Width = 85
  31.     Height = 13
  32.     Caption = 'Email of Recipient'
  33.   end
  34.   object HostEdit: TEdit
  35.     Left = 140
  36.     Top = 16
  37.     Width = 361
  38.     Height = 21
  39.     TabOrder = 0
  40.     Text = 'HostEdit'
  41.   end
  42.   object SenderEdit: TEdit
  43.     Left = 140
  44.     Top = 48
  45.     Width = 361
  46.     Height = 21
  47.     TabOrder = 1
  48.     Text = 'SenderEdit'
  49.   end
  50.   object RecipientEdit: TEdit
  51.     Left = 140
  52.     Top = 80
  53.     Width = 361
  54.     Height = 21
  55.     TabOrder = 2
  56.     Text = 'RecipientEdit'
  57.   end
  58.   object BodyMemo: TMemo
  59.     Left = 16
  60.     Top = 128
  61.     Width = 497
  62.     Height = 145
  63.     Lines.Strings = (
  64.       'BodyMemo')
  65.     TabOrder = 3
  66.   end
  67.   object SendButton: TButton
  68.     Left = 328
  69.     Top = 296
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'SendButton'
  73.     TabOrder = 4
  74.     OnClick = SendButtonClick
  75.   end
  76.   object msSMTPClient1: TmsSMTPClient
  77.     Version = '2.0'
  78.     MailMessage = msMessage1
  79.     Left = 8
  80.     Top = 312
  81.   end
  82.   object msMessage1: TmsMessage
  83.     ContentType = 'text/plain'
  84.     Version = '2.0'
  85.     ReturnReceipt = False
  86.     Left = 48
  87.     Top = 312
  88.   end
  89. end
  90.